home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / blkbd746.zip / M_BB.MSC < prev    next >
Text File  |  1985-10-31  |  921b  |  46 lines

  1. ;
  2. ;    PFS:WRITE Pop-up Menu Configuration
  3. ;
  4. Comment     ("Configured for Blackbeard")
  5.  
  6. ;
  7. ;    Parameters
  8. ;
  9. Sensitivity    (5, 8)        ; (Xinc, Yinc)
  10. Hysteresis    (4, 3)        ; (AutoX, AutoY)
  11. ReverseVideo    (Yes)        ; Menu is displayed in reverse video
  12. FixedMenu    (No)        ; Menu is floating (centered on cursor)
  13. EnableBeep    (Yes)        ; Allows menu switching rather than beep
  14.  
  15. ;
  16. ;    Cursor Definitions
  17. ;
  18. ArrowKeys: Cursor
  19. (
  20.     Left   ([Left])
  21.     Right  ([Right])
  22.     Up     ([Up])
  23.     Down   ([Down])
  24. )
  25.  
  26. ;
  27. ;    Button Definitions
  28. ;
  29. LB:    Button    (Keys([Enter]))           ; Left button, Edit Menu
  30.  
  31. MB:    Button    (Keys([a-E]))           ; Middle button: Continue
  32.  
  33. RB:    Button    (Keys([Esc]))           ; Right button:    Cancel
  34.  
  35. ;
  36. ;    Mouse Definition
  37. ;
  38. Mouse
  39. (
  40.     Left    (LB)            ; Left Button:     Main menu
  41.     Middle    (MB)            ; Middle Button: Continue
  42.     LeftRight(MB)            ; Left Right Chord: Continue
  43.     Right    (RB)            ; Right Button:  Cancel
  44.     Cursor    (ArrowKeys)
  45. )
  46.